home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultPropList
- doButton()
- set vAddValue to the text of member "Adding Property AddProp Input Field 2"
- set vAddValue to checkValue(vAddValue)
- set vAddProperty to the text of member "Adding Property AddProp Input Field 1"
- set vAddProperty to checkValue(vAddProperty)
- if (vAddValue <> EMPTY) and (vAddProperty <> EMPTY) then
- addProp(gDefaultPropList, vAddProperty, vAddValue)
- set the text of member "Adding Property AddProp Display Field 1" to string(gDefaultPropList)
- end if
- end
-